home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / V2600 / !v2600 / h / config < prev    next >
Text File  |  1998-03-20  |  3KB  |  102 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3. /*****************************************************************************
  4.  
  5.    This file is part of x2600, the Atari 2600 Emulator
  6.    ===================================================
  7.    
  8.    Copyright 1996 Alex Hornby. For contributions see the file CREDITS.
  9.  
  10.    This software is distributed under the terms of the GNU General Public
  11.    License. This is free software with ABSOLUTELY NO WARRANTY.
  12.    
  13.    See the file COPYING for details.
  14.    
  15.    $Id: acconfig.h,v 1.1 1996/08/12 21:31:25 ahornby Exp $
  16. ******************************************************************************/
  17.  
  18. /* Define to empty if the keyword does not work.  */
  19. /* #undef const */
  20.  
  21. /* Define as __inline if that's what the C compiler calls it.  */
  22. #define inline
  23.  
  24. /* Define if you need to in order for stat and other things to work.  */
  25. /* #undef _POSIX_SOURCE */
  26.  
  27. /* Define if you have the ANSI C header files.  */
  28. #define STDC_HEADERS 1
  29.  
  30. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  31. #define TIME_WITH_SYS_TIME 1
  32.  
  33. /* Define if your processor stores words with the most significant
  34.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  35. /* #undef WORDS_BIGENDIAN */
  36.  
  37. /* Debugging Level */
  38. #define Verbose 0
  39.  
  40. /* Xdebugger */
  41. #define XDEBUGGER 0
  42.  
  43. /* Define if you have the XShmAttach function.  */
  44. /* #undef HAVE_XSHMATTACH */
  45.  
  46. /* Define if you have the atexit function.  */
  47. #define HAVE_ATEXIT 1
  48.  
  49. /* Define if you have the getopt_long function.  */
  50. #define HAVE_GETOPT_LONG 1
  51.  
  52. /* Define if you have the gettimeofday function.  */
  53. /*#define HAVE_GETTIMEOFDAY 1*/
  54.  
  55. /* Define if you have the on_exit function.  */
  56. /*#define HAVE_ON_EXIT 1*/
  57.  
  58. /* Define if you have the usleep function.  */
  59. /*#define HAVE_USLEEP 1*/
  60.  
  61. /* Define if you have the <getopt.h> header file.  */
  62. #define HAVE_GETOPT_H 1
  63.  
  64. /* Define if you have the <sys/time.h> header file.  */
  65. #define HAVE_SYS_TIME_H 1
  66.  
  67. /* Define if you have the <unistd.h> header file.  */
  68. /*#define HAVE_UNISTD_H 1*/
  69.  
  70. /* Define if you have the Dir library (-lDir).  */
  71. /*#define HAVE_LIBDIR 1*/
  72.  
  73. /* Define if you have the X11 library (-lX11).  */
  74. /* #undef HAVE_LIBX11 */
  75.  
  76. /* Define if you have the Xaw library (-lXaw).  */
  77. /* #undef HAVE_LIBXAW */
  78.  
  79. /* Define if you have the Xext library (-lXext).  */
  80. /* #undef HAVE_LIBXEXT */
  81.  
  82. /* Define if you have the Xmu library (-lXmu).  */
  83. /* #undef HAVE_LIBXMU */
  84.  
  85. /* Define if you have the Xt library (-lXt).  */
  86. /* #undef HAVE_LIBXT */
  87.  
  88. /* Define if you have the audio library (-laudio).  */
  89. /*#define HAVE_LIBAUDIO 1*/
  90.  
  91. /* Define if you have the fwf library (-lfwf).  */
  92. /* #undef HAVE_LIBFWF */
  93.  
  94. /* Define if you have the m library (-lm).  */
  95. /*#define HAVE_LIBM 1*/
  96.  
  97. /* Define if you have the vga library (-lvga).  */
  98. /*#define HAVE_LIBVGA 1*/
  99.  
  100. /* Define if you have the Xm library (-lXm).  */
  101. /* #undef HAVE_LIBXM */
  102.